Welcome![Sign In][Sign Up]
Location:
Search - opengl line

Search list

[OpenGL programOpenGL最全数学库

Description: OpenGL的数学库!分别处理数学和几何运算。3D 数学库-矩阵 向量 四元数 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算,详见代码
Platform: | Size: 974653 | Author: ourleven@yahoo.com.cn | Hits:

[OpenGL program学OpenGL编3D游戏_CAI

Description: 学OpenGL编3D游戏》是编程系列丛书之一。是以一个完整的3D游戏编写过程,进行程序设计的知识、技术教学。《学OpenGL编3D游戏》不同于传统的程序设计书籍,它重在游戏的实现方案。以一个完整的游戏为主线,用鱼骨方式讲解相关知识技术,力求可读性更好。-school OpenGL 3D games "is one of a series of books on programming. Based on a complete 3D game preparation, program design and the technology of teaching. "Learning series OpenGL 3D games" is different from the traditional program design books, it is important to the realization of the game program. For a complete game the main line, means fish on the bone-related knowledge and technology, strive to better readability.
Platform: | Size: 6392832 | Author: wysh | Hits:

[OpenGL programopenGL实例-暴风雪

Description: openGL实例-暴风雪,用openGL制作暴风雪动画的实例,有完整的代码示例!-- snowstorms, with openGL produced blizzard animation examples, a complete code examples!
Platform: | Size: 50176 | Author: 权威 | Hits:

[OpenGL programbspline

Description: 本人在VC集成开发环境下学习Opengl时编写的一些程序,b样条 -I VC integrated development environment for learning Opengl prepare some of the procedures, b-spline
Platform: | Size: 1024 | Author: 张熙贤 | Hits:

[OpenGL program利用VC++进行OpenGL程序设计

Description: 上面的源程序仅是简单地绘制一条线,但从中可知OpenGL程序设计的方法。在 VC++5.0中,Microsoft公司给出了许多OpenGL样例程序,读者可按照上文介绍的方法 调试VC++5.0中的OpenGL样例程序。从中可进一步感受到OpenGL在三维图形计算机应 用中的微妙之处。-above is the only source to draw a simple line, but we learn OpenGL programming method. The VC 5.0, Microsoft is a lot of OpenGL sample program, readers may accordance with the method described above debugging VC 5.0 OpenGL sample program. Further felt from the OpenGL 3D computer graphics application of subtlety.
Platform: | Size: 2048 | Author: 任清波 | Hits:

[OpenGL programDrawLinebyOPENGL

Description: 利用OpenGL绘制曲线,虽然不是我的,还是共享一下-use OpenGL rendering curve, although I did not, or about sharing
Platform: | Size: 265216 | Author: 王正培 | Hits:

[OpenGL programHidenLine

Description: 应用了opengl的隐藏效果。利用 opengl和 vc++编程-opengl application of the hidden effects. Vc and use opengl Programming
Platform: | Size: 1036288 | Author: billy | Hits:

[OpenGL programOpenglDraw

Description: OpenGL试验包括基本的点、线、dda、多边形、填充、反走样-OpenGL test including basic point, line, dda, polygons, filled, anti-aliasing
Platform: | Size: 89088 | Author: | Hits:

[OpenGL programOpenGL_CircleAlgorithm

Description: OpenGL,to draw a line and draw a circle(line and circle algorithms)-OpenGL, to draw a line and draw a circle (a line and circle lgorithms)
Platform: | Size: 775168 | Author: Leon | Hits:

[OpenGL programopenGL--Bemhan

Description: 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
Platform: | Size: 1024 | Author: 李文晖 | Hits:

[OpenGL programline.tar

Description: 利用python和glu, glut库写的一个OpenGL的示例程序。-Use python and glu, glut library to write an OpenGL program examples.
Platform: | Size: 1024 | Author: Wang Xinxi | Hits:

[Software EngineeringOPenGL

Description: OpenGl关于高级功能的实现,包括等直线、三维管道、三角划分等功能设计方案。-OpenGL on the realization of advanced features, including such as a straight line, three-dimensional pipeline features such as triangulation design.
Platform: | Size: 1231872 | Author: shenchunlong | Hits:

[OpenGL programOpenGL

Description: 创建一个基于MFC 的Single Document 应用程序,利用OpenGL 进行图形的绘制: 1.实现OpenGL 绘图环境和Windows 绘图环境兼容。 2.利用OpenGL 绘图函数进行一些基本图形如直线、多边形的绘制。 3.利用OpenGL 设置图形的颜色。 -Create a Single Document in MFC-based applications, using OpenGL for graphics rendering: 1. Achieve OpenGL graphics environment and Windows-compatible graphics environment. 2. OpenGL graphics functions make use of some basic graphics, such as a straight line, polygon rendering. 3. The use of OpenGL graphics settings color.
Platform: | Size: 1024 | Author: 溺所至 | Hits:

[OpenGL programline

Description: openGL 可以用上下左右的方向鍵控制這一條線-openGL can use the arrow keys up and down around a line to control the
Platform: | Size: 140288 | Author: 蔡明黃 | Hits:

[Graph programopengl

Description: 在Visual C++的开发环境下,利用opengl类库编写代码实现画圆,画直线等的功能。-In Visual C++ development environment, the use of class libraries to write code opengl realize drawcircle, draw a straight line function.
Platform: | Size: 4069376 | Author: 张朋长 | Hits:

[OpenGL programtessellation

Description: 网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 -Grid [tessellation] that is concave polygon contains holes, the island of multilateral type, or from cross-multilateral-type convex polygon is divided into easy process. OpenGL for fast rendering polygon, can only directly show that a simple convex polygon [arbitrary polygon two points to connect all the points still to this polygon], the multilateral or concave polygon rendering results from the cross will be uncertain. In rendering complex polygons, it is often required complex polygon into simple polygon rendering easier, OpenGL use library provides a function of grid through multilateral type contour line generates simple polygon, thereby rendering the complexity of the polygon.
Platform: | Size: 131072 | Author: rockeyzhu | Hits:

[OpenGL programline

Description: 画线算法,bresenham画线算法,opengl-bresenham line-drawing procedure
Platform: | Size: 1024 | Author: 小胖 | Hits:

[OpenGL programline

Description: OPENGL制作的简单的圆,制作机器人,黄色的机器人-OPENGL produced a simple circle, production robot
Platform: | Size: 166912 | Author: 路倩 | Hits:

[OpenGL programLine

Description: Circle midpoint using openGL
Platform: | Size: 266240 | Author: Shobi | Hits:

[OpenGL programopengl 3种函数画线

Description: 使用opengl画线,dda算法,中点算法,bresenham 算法,右键菜单实现线段颜色粗细的选择(Use OpenGL line, DDA algorithm, middle point algorithm, Bresenham algorithm, right key menu to select the color of line segment)
Platform: | Size: 6739968 | Author: kiafter | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net